home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / jet_boat.swf / scripts / DefineButton2_65 / BUTTONCONDACTION on(release, keyPress Enter).as
Encoding:
Text File  |  2010-04-12  |  99 b   |  6 lines

  1. on(release, keyPress "<Enter>"){
  2.    snd.PlayMus(1);
  3.    _root.play();
  4.    _root.typegame = 2;
  5. }
  6.